#!/bin/sh
if [ ! -f "$3/bin/sh_old" ]
then
	mv "$3/bin/sh" "$3/bin/sh_old"
fi


